/* 头部开始 */
.Top{
    height: 179px;
    background: url("../images/topbj.png") no-repeat center;
}
.Tops{
    height: 119px;
}
.LoGo{
    float: left;
    width: 424px;
    height: 52px;
    margin: 42px 0 0;
}
.Topr{
    float: right;
}
.Topr span{
    display: block;
    font-size: 16px;
    color: #999999;
    text-align: right;
    padding: 40px 0 5px;
}
.Topr strong{
    display: block;
    font-size: 24px;
    color: #ffffff;
}
.Topx ul li{
    float: left;
    width: 171px;
    height: 60px;
    background: url("../images/xiexian.png") no-repeat right center;
}
.Topx ul li:last-child{
    background: none;
}
.Topx ul li a{
    display: block;
    width: 140px;
    height: 33px;
    font-size: 14px;
    color: #999999;
    line-height: 33px;
    text-align: center;
    margin: 14px 0 0;
    transition: all .3s;
}
.Topx ul li.on a{
    color: #ffffff;
    background: url("../images/lanbj.png") no-repeat center;
}
.Topx ul li:hover a{
    color: #ffffff;
    background: url("../images/lanbj.png") no-repeat center;
}
/* 头部结束 */

/* banner开始 */
.Banner{
    height: 649px;
    position: relative;
}
.Banner .bd ul li{
    height: 649px;
}
.Banner .hd{
    position: absolute;
    right: 0;
    top: 261px;
    width: 102px;
    z-index: 9;
}
.Banner .hd ul li{
    display: block;
    font-size: 20px;
    color: #ffffff;
    margin: 0 0 18px;
    cursor: pointer;
    text-align: center;
}
.Banner .hd ul li.on{
    color: #1759f1;
}
/* banner结束 */

/* 三个块开始 */
.Three{
    height: 147px;
    padding: 0 0 24px;
    background: url("../images/threebj.png") no-repeat center;
}
.Three ul li{
    float: left;
    width: 33.33%;
    height: 147px;
    padding: 45px 0 0;
    box-sizing: border-box;
    background: url("../images/huixian.png") no-repeat right center;
}
.Three ul li img{
    float: left;
    display: none;
    transition: all .3s;
}
.Three ul li img.ThreeBlack{
    display: block;
}
.Three ul li:hover img.ThreeBlack{
    display: none;
}
.Three ul li:hover img.ThreeBlue{
    display: block;
}
.Three ul li .ThreeDiv{
    float: left;
    margin-left: 22px;
}
.Three ul li span{
    display: block;
    font-size: 20px;
    color: #333333;
    padding: 0 0 5px;
}
.Three ul li em{
    display: block;
    font-size: 14px;
    color: #999999;
}
.Three ul li.ThreeLi1 .ThreeDiv{
    margin: 5px 0 0 22px;
}
.Three ul li.ThreeLi2{
    padding-left: 79px;
}
.Three ul li.ThreeLi3{
    padding-left: 155px;
    background: none;
}
/* 三个块结束 */

/* 成功案例开始 */
.ChengGong{
    height: 680px;
}
.ChengGongs{
    height: 175px;
    padding: 50px 0 0;
    text-align: center;
    box-sizing: border-box;
}
.ChengGongs h2 a{
    font-size: 36px;
    color: #1746b2;
}
.ChengGongs span{
    display: block;
    font-size: 20px;
    color: #666666;
    padding: 12px 0 0;
    font-family: "Arial";
    text-transform: uppercase;
}
.ChengGongx{
    position: relative;
}
.ChengGongx .bd ul li{
    float: left;
    width: 380px;
    transition: all .5s;
    margin-right: 30px;
}
.ChengGongx .bd ul li>a{
    display: block;
    width: 100%;
    height: 328px;
    overflow: hidden;
}
.ChengGongx .bd ul li>a img{
    width: 100%;
    height: 328px;
    transition: all .5s;
}
.ChengGongx .bd ul li:hover>a img{
    transform: scale(1.05);
}
.ChengGongx .bd ul li .ChengGongDiv{
    height: 97px;
    text-align: center;
    background: #ffffff;
    transition: all .5s;
}
.ChengGongx .bd ul li .ChengGongDiv h3{
    padding: 21px 0 9px;
}
.ChengGongx .bd ul li .ChengGongDiv h3 a{
    font-size: 20px;
    color: #999999;
    font-weight: normal;
}
.ChengGongx .bd ul li .ChengGongDiv>a{
    font-size: 16px;
    color: #999999;
}
.ChengGongx .bd ul li:hover{
    box-shadow: 0 0 15px 5px #d1d1d1;
}
.ChengGongx .bd ul li:hover .ChengGongDiv{
    background: #1746b1;
}
.ChengGongx .bd ul li:hover .ChengGongDiv h3 a{
    color: #ffffff;
}
.ChengGongx .bd ul li:hover .ChengGongDiv>a{
    color: #ffffff;
}
.ChengGongx .prev{
    position: absolute;
    width: 57px;
    height: 57px;
    left: -108px;
    top: 184px;
    z-index: 9;
    cursor: pointer;
    background: url("../images/prev.png") no-repeat center;
}
.ChengGongx .prev:hover{
    background: url("../images/prev_1.png") no-repeat center;
}
.ChengGongx .next{
    position: absolute;
    width: 57px;
    height: 57px;
    right: -108px;
    top: 184px;
    z-index: 9;
    cursor: pointer;
    background: url("../images/next.png") no-repeat center;
}
.ChengGongx .next:hover{
    background: url("../images/next_1.png") no-repeat center;
}
/* 成功案例结束 */

/* 关于宝亮电力开始 */
.About{
    min-height: 325px;
    background: url("../images/aboutbj.jpg") no-repeat center top;
}
.About .w1200{
    position: relative;
    padding: 0 0 108px;
}
.AboutImg{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
}
.Abouts{
    height: 203px;
}
.Abouts span{
    display: block;
    font-size: 16px;
    color: #ffffff;
    padding: 68px 0 10px;
    font-family: "Arial";
    text-transform: uppercase;
}
.Abouts h2{
    padding: 0 0 27px;
    background: url("../images/huixian.jpg") no-repeat left bottom;
}
.Abouts h2 a{
    font-size: 36px;
    color: #ffffff;
}
.Aboutxl{
    float: left;
    width: 525px;
}
.Aboutxls{
    height: 122px;
    padding: 6px 0 0;
    box-sizing: border-box;
}
.Aboutxr{
    float: right;
    width: 675px;
    height: 620px;
    padding: 64px 73px 0;
    background: #ffffff;
    box-sizing: border-box;
}
.GongSis{
    height: 50px;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    line-height: 50px;
    padding-left: 41px;
    background: url("../images/jianjieimg.png") no-repeat left center;
}
.GongSix{
    padding: 10px 0 45px;
    font-size: 18px;
    color: #666666;
    line-height: 37px;
}
.GongSix1{
    border-bottom: 1px solid #e5e5e5;
}
.GongSix p{
    font-size: 18px;
    color: #666666;
    line-height: 37px;
}
.QiYe{
    padding-top: 38px;
}
.QiYes{
    background: url("../images/qiyebj.png") no-repeat left center;
}
.Aboutxr{
    position: relative;
}
.Aboutxr .hd ul li{
    float: left;
    width: 10px;
    height: 10px;
    cursor: pointer;
    margin-right: 8px;
    background: url("../images/yuandian.png") no-repeat center;
}
.Aboutxr .hd ul li.on{
    background: url("../images/yuandian_1.png") no-repeat center;
}
.Aboutxr .prev{
    position: absolute;
    left: 0;
    bottom: -21px;
    width: 50%;
    height: 75px;
    z-index: 9;
    cursor: pointer;
    background: url("../images/left.jpg") no-repeat center;
}
.Aboutxr .next{
    position: absolute;
    right: 0;
    bottom: -21px;
    width: 50%;
    height: 75px;
    z-index: 9;
    cursor: pointer;
    background: url("../images/right.jpg") no-repeat center;
}
.Aboutxr .next:hover{
    background: url("../images/right_1.jpg") no-repeat center;
}
/* 关于宝亮电力结束 */

/* 荣誉资质开始 */
.RongYu{
    padding: 0 0 60px;
}
.RongYu .w1200{
    height: 601px;
    background: url("../images/rongyubj.png") no-repeat center;
}
.RongYus{
    height: 136px;
    text-align: center;
    box-sizing: border-box;
}
.RongYus h2{
    padding: 35px 0 8px;
}
.RongYus h2 a{
    font-size: 24px;
    color: #333333;
    transition: all .3s;
}
.RongYus h2 a:hover{
    color: #1746b1;
}
.RongYus span{
    font-size: 18px;
    color: #333333;
    font-family: "Arial";
    text-transform: uppercase;
}
.RongYux{
    padding: 0 100px;
}
.RongYux .bd ul li{
    float: left;
    width: 226px;
    margin-right: 31px;
    border: 2px solid #ffffff;
}
.RongYux .bd ul li>a{
    display: block;
    width: 100%;
    height: 329px;
    overflow: hidden;
}
.RongYux .bd ul li>a img{
    width: 100%;
    height: 329px;
}
.RongYux .bd ul li:hover{
    border-color: #1746b1;
}
.RongYux .hd{
    padding: 60px 0 0;
    text-align: center;
}
.RongYux .hd ul li{
    display: inline-block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    margin: 0 4px;
    background: url("../images/yuandian.png") no-repeat center;
}
.RongYux .hd ul li.on{
    background: url("../images/yuandian_1.png") no-repeat center;
}
/* 荣誉资质结束 */

/* 了解宝亮开始 */
.LiaoJie{
    height: 561px;
    background: url("../images/liaojiebj.jpg") no-repeat center;
}
.LiaoJies{
    height: 264px;
    text-align: center;
}
.LiaoJies h2{
    font-size: 36px;
    color: #ffffff;
    padding: 80px 0 0;
}
.LiaoJies span{
    display: block;
    font-size: 20px;
    color: #ffffff;
    padding: 12px 0 0;
    font-family: "Arial";
    text-transform: uppercase;
}
.LiaoJiex ul li{
    float: left;
    width: 33.33%;
    text-align: center;
}
.LiaoJiex ul li span{
    display: inline-block;
    font-size: 50px;
    color: #ffffff;
    position: relative;
}
.LiaoJiex ul li span img{
    position: absolute;
    right: -35px;
    top: 4px;
    z-index: 9;
}
.LiaoJiex ul li em{
    display: block;
    font-size: 18px;
    color: #ffffff;
    padding: 3px 0 0;
}
/* 了解宝亮结束 */

/* 新闻中心开始 */
.XinWen{
    height: 978px;
}
.XinWens{
    height: 222px;
    padding: 70px 0 0;
}
.XinWenLists{
    height: 454px;
}
.XinWenLists>a{
    float: left;
    width: 600px;
    height: 454px;
    overflow: hidden;
}
.XinWenLists>a img{
    width: 100%;
    height: 454px;
    transition: all .5s;
}
.XinWenLists>a:hover img{
    transform: scale(1.05);
}
.XinWenListsr{
    float: right;
    width: 600px;
    height: 454px;
    background: #ffffff;
    padding: 68px 122px 0;
    box-sizing: border-box;
}
.XinWenListsr h3{
    padding: 0 0 32px;
    background: url("../images/xiantiao.jpg") no-repeat left bottom;
}
.XinWenListsr h3 a{
    font-size: 28px;
    color: #333333;
    font-weight: normal;
    transition: all .3s;
}
.XinWenListsr h3 a:hover{
    color: #1746b1;
}
.XinWenListsr em{
    display: block;
    font-size: 16px;
    color: #666666;
    line-height: 38px;
    padding: 52px 0 0;
}
.XinWenListsr em a{
    font-size: 14px;
    color: #1746b2;
}
.XinWenListsr>a{
    float: left;
    width: 119px;
    height: 40px;
    font-size: 14px;
    color: #ffffff;
    margin: 42px 0 0;
    line-height: 40px;
    text-align: center;
    background: #1746b2;
}
.XinWenListx{
    border: 1px solid #e2e2e2;
    border-bottom: 0;
}
.XinWenListx ul li{
    float: left;
    width: 50%;
    height: 72px;
    line-height: 72px;
    padding: 0 40px;
    box-sizing: border-box;
    background: #ffffff;
    transition: all .3s;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}
.XinWenListx ul li:nth-of-type(even){
    border-right: 0;
}
.XinWenListx ul li h3 a{
    float: left;
    font-size: 16px;
    color: #666666;
    font-weight: normal;
    padding-left: 19px;
    transition: all .3s;
    background: url("../images/shuangxian.jpg") no-repeat left center;
}
.XinWenListx ul li span{
    float: right;
    font-size: 16px;
    color: #999999;
    transition: all .3s;
}
.XinWenListx ul li:hover{
    background: #1746b2;
}
.XinWenListx ul li:hover h3 a{
    color: #ffffff;
    background: url("../images/baixian.jpg") no-repeat left center;
}
.XinWenListx ul li:hover span{
    color: #ffffff;
}
/* 新闻中心结束 */

/* 底部开始 */
.Footer{
    height: 330px;
    background: #222222;
}
.Footers{
    padding: 48px 0 0;
    overflow: hidden;
}
.Footers ul{
    float: left;
}
.Footers ul li{
    float: left;
    line-height: 49px;
    margin-right: 72px;
}
.Footers ul li a{
    display: block;
    font-size: 14px;
    color: #ffffff;
    transition: all .3s;
}
.Footers ul li a:hover{
    color: #1746b2;
}
.bshare-custom{
    float: right;
}
.bshare-custom a{
    width: 49px !important;
    height: 49px !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-left: 15px !important;
}
.Footerx{

}
.Footerxl{
    float: left;
    width: 620px;
}
.Footerxls{
    width: 295px;
    height: 41px;
    line-height: 41px;
    padding: 0 21px 0 19px;
    box-sizing: border-box;
    background: #505050;
    margin: 82px 0 0;
    position: relative;
}
.Footerxls span{
    display: block;
    font-size: 13px;
    color: #717171;
    background: url("../images/shangjian.png") no-repeat right center;
}
.Footerxls ul{
    position: absolute;
    left: 0;
    bottom: 41px;
    width: 100%;
    height: 200px;
    overflow-y: auto;
    z-index: 9;
    display: none;
    box-sizing: border-box;
    background: #505050;
}
.Footerxls ul li a{
    display: block;
    font-size: 14px;
    color: #ffffff;
    padding: 0 20px;
    transition: all .3s;
}
.Footerxls ul li a:hover{
    color: #505050;
    background: #ffffff;
}
.Footerxls:hover ul{
    display: block;
}
.Footerxlx{
    padding: 28px 0 0;
    font-size: 14px;
    color: #717171;
    line-height: 26px;
}
.Footerxlx p{
    font-size: 14px;
    color: #717171;
    line-height: 26px;
}
.Footerxlx p a{
    color: #717171;
    transition: all .3s;
}
.Footerxlx p a:hover{
    color: #ffffff;
}
.Footerxlx img{
    display: inline;
}
.Footerxr{
    float: right;
}
.Footerxrs{
    width: 100%;
    padding: 32px 0 0;
}
.Footerxrs span{
    display: block;
    font-size: 13px;
    color: #919191;
    line-height: 26px;
    text-align: right;
}
.Footerxrs em{
    display: block;
    font-size: 26px;
    color: #ffffff;
    text-align: right;
    font-family: "Times New Roman";
}
.Footerxrx{
    padding: 34px 0 0;
    font-size: 14px;
    color: #919191;
    line-height: 28px;
    text-align: right;
}
/* 底部结束 */